projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e90787d
)
Adwaita: Avoid expander<>combobox interference
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 28 Dec 2017 13:39:29 +0000
(08:39 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 28 Dec 2017 13:40:39 +0000
(08:40 -0500)
Putting a combobox in an expander was causing the combo arrow
to go sideways. Increase the specificity with which we address
the expander arrow to avoid that.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index dd3fcec026311ba4a680ec97b4988f689684b409..2689fbd2c7e69c86fd8e513923749f5df0cb263f 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-3627,7
+3627,7
@@
row {
* Expanders *
*************/
expander {
- arrow {
+
title >
arrow {
min-width: 16px;
min-height: 16px;
-gtk-icon-source: -gtk-icontheme('pan-end-symbolic');